home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Graphics / WildFire / WildFireNoFPU / system / createNail < prev    next >
Encoding:
AmigaDOS Script File  |  1997-07-06  |  354 b   |  13 lines

  1. .key file
  2. .bra {
  3. .ket }
  4.  
  5. IF NOT EXISTS wf:system/thumbnails/{file}.nail
  6. rx "address 'Wildfire' fc_file 'wf:doc/pictures/{file}.pic'"
  7. rx "address 'Wildfire' fc_width 90"
  8. rx "address 'Wildfire' fc_filmfile 'wf:system/thumbnails/{file}.nail'"
  9. rx "address 'Wildfire' fc_color original"
  10. rx "address 'Wildfire' fc_update"
  11. rx "address 'Wildfire' fc_save"
  12. ENDIF
  13.